RtnIsStackOnline

RtnIsStackOnline is used to determine whether the RT-TCP/IP Stack has finished initialization.

Syntax

BOOL RtnIsStackOnline();

Parameters

None

Return Value

TRUE if RT-TCP/IP Stack has initialized, or FALSE if RT-TCP/IP Stack has not completed initialization.

Remarks

RtnIsStackOnline cannot be used to start the application, then start the Stack and wait until the Stack finishes initialization.

Requirements

Minimum Supported Version RTX64 2014
Header RtnApi.h
Library Rtxtcpip.lib

 

See Also